-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps: update dependency com.google.googlejavaformat:google-java-format to v1.25.2 #798
Open
renovate-bot
wants to merge
1
commit into
googleapis:main
Choose a base branch
from
renovate-bot:renovate/com.google.googlejavaformat-google-java-format-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a884172
to
5c72227
Compare
The google-java-format version needs to match the one in the owlbot-java postprocessor. Adding "do not merge" label while we overhauling the postprocessor infrastructure. |
5c72227
to
04633d4
Compare
04633d4
to
dabc50b
Compare
dabc50b
to
7cb6414
Compare
/gcbrun |
7cb6414
to
a30aca1
Compare
/gcbrun |
a30aca1
to
a3d1fe0
Compare
/gcbrun |
a3d1fe0
to
d3d9ba7
Compare
/gcbrun |
d3d9ba7
to
e133f60
Compare
/gcbrun |
e133f60
to
b4e86be
Compare
/gcbrun |
b4e86be
to
a3fb43a
Compare
/gcbrun |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
do not merge
Indicates a pull request not ready for merge, due to either quality or timing.
size: xs
Pull request size is extra small.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.7
->1.25.2
Release Notes
google/google-java-format (com.google.googlejavaformat:google-java-format)
v1.25.2
Compare Source
Changes:
Full Changelog: google/google-java-format@v1.25.1...v1.25.2
v1.25.1
Compare Source
Changes:
Full Changelog: google/google-java-format@v1.25.0...v1.25.1
v1.25.0
Compare Source
The minimum support JDK version to run google-java-format is now JDK 17 (#1159). Using google-java-format to format earlier versions of the language is still supported, but running the formatter itself on JDK 17 or newer is required.
Changes:
when
pattern guardsFull Changelog: google/google-java-format@v1.24.0...v1.25.0
v1.24.0
Compare Source
Changes:
Full Changelog: google/google-java-format@v1.23.0...v1.24.0
v1.23.0
Compare Source
Changes:
non-sealed
(google/google-java-format@7fd9300)--lines
(google/google-java-format@c4b467d)Full Changelog: google/google-java-format@v1.22.0...v1.23.0
v1.22.0
Compare Source
Changes:
9bdae02
)google-java-format-diff.py
now parallelizes the calls to the formatter, for better performance (3ee6e2a
)Full Changelog: google/google-java-format@v1.21.0...v1.22.0
v1.21.0
Compare Source
Formatting changes:
ce3cb59
)Bug fixes:
e946e82
)-version
reportsHEAD-SNAPSHOT
instead of the correct version (#1068)Full Changelog: google/google-java-format@v1.20.0...v1.21.0
v1.20.0
Compare Source
This release includes GraalVM native-image binaries for google-java-format for windows, linux, and mac. These binaries offer improved startup performance.
Changes:
03efe44
)Full Changelog: google/google-java-format@v1.19.2...v1.20.0
v1.19.2
Compare Source
Changes
var
in record patterns (#1020)Full Changelog: google/google-java-format@v1.19.1...v1.19.2
v1.19.1
Compare Source
Changes
Full Changelog: google/google-java-format@v1.19.0...v1.19.1
v1.19.0
Compare Source
Changes
This release adds initial support for more Java 21 features, including:
Other changes:
53390d9
)Full Changelog: google/google-java-format@v1.18.1...v1.19.0
v1.18.1
Compare Source
Changes
Full Changelog: google/google-java-format@v1.18.0...v1.18.1
v1.18.0
Compare Source
Changes
final var
lambda variables (#959)Full Changelog: google/google-java-format@v1.17.0...v1.18.0
v1.17.0
Compare Source
Changes
Full Changelog: google/google-java-format@v1.16.0...v1.17.0
v1.16.0
Compare Source
Changes
Bug fixes
Full Changelog: google/google-java-format@v1.15.0...v1.16.0
v1.15.0
Compare Source
What's Changed
--add-exports
flags on the command line is no longer necessary for JDK 17 and newer (google/google-java-format@ee81afc)Full Changelog: google/google-java-format@v1.14.0...v1.15.0
v1.14.0
: 1.14.0Compare Source
What's Changed
non-
(#696)R
classes (16e72a1
)668f108
)Full Changelog: google/google-java-format@v1.13.0...v1.14.0
v1.13.0
: 1.13.0Compare Source
What's Changed
Full Changelog: google/google-java-format@v1.12.0...v1.13.0
v1.12.0
: 1.12.0Compare Source
What's Changed
Full Changelog: google/google-java-format@v1.11.0...v1.12.0
v1.11.0
: 1.11.0Compare Source
google-java-format
now has improved support for running on JDK 17 early access builds.Changes:
final
variables ininstanceof
patterns (#588)instanceof
pattern handling (#594)sealed
classes (#603)v1.10.0
: 1.10.0google-java-format
now supports running on JDK 16. The following flags are required when running on JDK 16, due to JEP 396: Strongly Encapsulate JDK Internals by Default:Other changes:
;
in import lists (google/google-java-format@b769e81)-
and negative literals (google/google-java-format@6da736d)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.